home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00457.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  372 b   |  23 lines

  1. on sel5
  2.   global bore, sel, t1, drums, st
  3.   light()
  4.   set bore to bore + 1
  5.   borecheck()
  6.   set sel to 5
  7.   if drums = 0 then
  8.     set st to 0
  9.     puppetSound(1, 0)
  10.     puppetSound(1, 214)
  11.     set drums to 1
  12.   end if
  13.   if t1 = 2 then
  14.     puppetSound(3, 0)
  15.     puppetSound(3, 9)
  16.     set t1 to 3
  17.   else
  18.     puppetSound(4, 0)
  19.     puppetSound(4, 10)
  20.     set t1 to 2
  21.   end if
  22. end
  23.